Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Services Namespace : ServiceStreamer<TStreamedData,TServiceState> Class |
public abstract class ServiceStreamer<TStreamedData,TServiceState>
'Declaration Public MustInherit Class ServiceStreamer (Of TStreamedData,TServiceState)
'Usage Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
generic<typename TStreamedData> generic<typename TServiceState> public ref class ServiceStreamer abstract
This is an abstract class which you need to override and implement the abstract methods in order to use. The class allows inheritors to specify the number of concurrent web calls they want make at once and synchronizes this with updating the UI with the streamed data.